* and #GtkModelButton:icon properties.
*
* The appearance of model buttons can be influenced with the
- * #GtkModelButton:centered and #GtkModelButton:iconic properties.
+ * #GtkModelButton:iconic property.
*
* Model buttons have built-in support for submenus in #GtkPopoverMenu.
* To make a GtkModelButton that opens a submenu when activated, set
GtkEventController *controller;
guint active : 1;
- guint centered : 1;
guint iconic : 1;
guint keep_open : 1;
};
gtk_widget_add_css_class (widget, "flat");
}
- self->centered = iconic;
-
if (!iconic)
{
if (self->start_indicator)